home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / fratboy_.swf / scripts / frame_954 / PlaceObject2_2037_21 / CLIPACTIONRECORD on(release).as next >
Text File  |  2010-11-09  |  297b  |  16 lines

  1. on(release){
  2.    if(_root.pausee != true)
  3.    {
  4.       _root.towerType = 3;
  5.       if(_root.gold >= _root.towerCost[_root.towerType][0])
  6.       {
  7.          _root.cursor._visible = true;
  8.          _root.cursor.play();
  9.       }
  10.       else
  11.       {
  12.          _root.towerType = 0;
  13.       }
  14.    }
  15. }
  16.